Skip to content

Conversation

adam900710
Copy link
Collaborator

The super block dumping is not handling verity compat ro flags correctly, it always treats verity as an unknown flag:

compat_ro_flags 0x7
( FREE_SPACE_TREE |
FREE_SPACE_TREE_VALID |
unknown flag: 0x4 )

Add the readable flags for verity feature.

Issue: #1040

The super block dumping is not handling verity compat ro flags
correctly, it always treats verity as an unknown flag:

compat_ro_flags		0x7
			( FREE_SPACE_TREE |
			  FREE_SPACE_TREE_VALID |
			  unknown flag: 0x4 )

Add the readable flags for verity feature.

Issue: kdave#1040
Signed-off-by: Qu Wenruo <wqu@suse.com>
Copy link
Owner

@kdave kdave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

kdave pushed a commit that referenced this pull request Oct 16, 2025
The super block dumping is not handling verity compat ro flags
correctly, it always treats verity as an unknown flag:

compat_ro_flags		0x7
			( FREE_SPACE_TREE |
			  FREE_SPACE_TREE_VALID |
			  unknown flag: 0x4 )

Add the readable flags for verity feature.

Issue: #1040
Pull-request: #1041
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
@kdave kdave added this to the v6.17.1 milestone Oct 16, 2025
@kdave
Copy link
Owner

kdave commented Oct 16, 2025

Merged to devel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants